func golang.org/x/net/http2.shouldRetryRequest

2 uses

	golang.org/x/net/http2 (current package)
		transport.go#L563: 			if req, err = shouldRetryRequest(req, err); err == nil {
		transport.go#L610: func shouldRetryRequest(req *http.Request, err error) (*http.Request, error) {